From: Richard M. Stallman Date: Thu, 19 May 1994 16:34:27 +0000 (+0000) Subject: (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91507 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c2c3f859e27583cf80d7070d1b86e9ac89528a2a;p=emacs.git (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions renamed from PENDING_OUTPUT_COUNT. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index d3c5a3ae141..f426c5212b1 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -158,11 +158,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef emacs #ifdef _IO_STDIO_H /* new C libio names */ -#define PENDING_OUTPUT_COUNT(FILE) \ +#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) #else /* !_IO_STDIO_H */ /* old C++ iostream names */ -#define PENDING_OUTPUT_COUNT(FILE) \ +#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ ((FILE)->_pptr - (FILE)->_pbase) #endif /* !_IO_STDIO_H */ #endif /* emacs */